home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 722 / 722.xpi / chrome / noscript.jar / content / noscript / noscript.xbl < prev    next >
Extensible Markup Language  |  2010-02-12  |  565b  |  19 lines

  1. <?xml version="1.0"?>
  2. <bindings id="noscriptBindings"
  3.  xmlns="http://www.mozilla.org/xbl"
  4.    xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  5.    xmlns:xbl="http://www.mozilla.org/xbl">
  6.  
  7.   <binding id="nop"></binding>
  8.   <binding id="scrollable-popup"
  9.       extends="chrome://global/content/bindings/popup.xml#popup-base">
  10.       
  11.     <content>
  12.       <xul:arrowscrollbox clicktoscroll="true"
  13.         class="popup-internal-box" flex="1" orient="vertical">
  14.         <children/>
  15.       </xul:arrowscrollbox>
  16.     </content>
  17.   </binding>
  18. </bindings>
  19.